home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1993 / MacHack 1993.toast / MacHack™ 1987-1992 / MacHack™ '90 / Utilities ƒ / MPW Tools ƒ / Simula4.07 / Simula 4.07ƒ / SInterfaces / macPoint.sim < prev    next >
Encoding:
Text File  |  1989-05-01  |  475 b   |  17 lines  |  [TEXT/????]

  1. % ---------------------------------------------------------------------------
  2. %    Class MACPoint 
  3. %
  4. % Part of the interface to Macintosh Toolbox
  5. % MACPoint is part of the programming interface. Points are used to 
  6. % communicate postions.
  7. % Se Inside Macintosh for a description of wah the attributes means.
  8. %
  9. % 890329/Boris Magnusson
  10. %
  11. % ---------------------------------------------------------------------------
  12. class MACPoint;
  13. begin
  14.     short integer h;
  15.     short integer v;
  16. end;
  17.